CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口 两

搜索资源列表

  1. dualportramtest

    0下载:
  2. 采用两片AT89S51对双口RAM IDT7132测试程序,采用串口助手显示接收内容。-AT89S51 using two dual-port RAM IDT7132 of testing procedures, the use of serial port to receive the contents of aides show.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:8064
    • 提供者:王伟
  1. VCcom

    0下载:
  2.  串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞。 个类的基类。 该MFC参考通常不描述通过继承的函数或操作符。若要寻求这些函数的信息,请参阅类层次结构图中该类的基类信息。 每个类的说明文档包括:该类的概括、类成员的种类、以及该成员函数、重载操作符或数据成员的基本用途。
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:66760
    • 提供者:csheng
  1. 0704

    0下载:
  2. Serial Port类串口测试,实现两串口数据打包、拆包收发!-Serial Port type serial port test, to achieve two serial data packing, unpacking send and receive!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1966727
    • 提供者:好运来
  1. SCommTest

    0下载:
  2. 电脑间串口通信两台计算机串口连接,一台内用龚建伟的串口调试助手发送数据,另一台用Vc的MSComm控件来接收数据,Vc界面中有一接收数据的文本框,一个“接收数据”按钮-Serial communication between the computer serial port to connect two computers, a serial port to debug on with GONG assistant to send data, another with the Vc of the
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:1916629
    • 提供者:萧坤
  1. netcommunication

    0下载:
  2. 使用VC编写的有关串口通信的代码,有客户端和服务器端两部分组成-The use of VC prepared by the serial communication code, there are two client and server-side components
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:542411
    • 提供者:王俊
  1. VB

    1下载:
  2. 本例是使用VB编写的串口通信代码,包括两个PC之间,PC机和单片机之间等多个代码-This example is written using the VB code for serial communication, including the PC between the two, PC machines and between MCU and other codes
  3. 所属分类:Communication

    • 发布日期:2016-08-07
    • 文件大小:5268785
    • 提供者:王俊
  1. sscom

    0下载:
  2. 文件为两款串口助手文件,调试串口的好帮手!其中一款智能显示ASCII和Hex码,另外一款可以显示汉字或其他编码的;两款互有优劣,优势互补,调试利器!-File for two assistant serial file, debug serial port is a good helper! In which an intelligent display ASCII and Hex code, also a Chinese character can be displayed, or other
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:422328
    • 提供者:lamber
  1. matlab_GUI_serialport

    1下载:
  2. 利用matlab GUI实现的串口编程例子,本科毕设,包含收发两个客户端程序-Matlab GUI implemented using serial programming examples, undergraduate Bi-based, including sending and receiving two client programs
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:176384
    • 提供者:海坤
  1. communicate

    1下载:
  2. VC++ 6.0做的一个串口通信程序,功能与串口调试助手类似。它可以实现两台电脑的串口之间或者一台电脑的两个串口之间互相收发数据。左上角可以通过下拉列表选择不同的串口,默认的是COM1,考虑到笔记本电脑上一般没有串口,用USB转RS-232转换器之后,其COM口一般不为COM1,所以在程序中不做死COM口而是可以在界面中选择COM口,单击“关闭串口”就停止数据的收发。“接收区”对接收到的数据进行显示,接收可以选择自动接收或手动接收,自动接收状态只有检测到有数据发过来就进行显示,不处于自动接收状态
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3694356
    • 提供者:陈利聪
  1. VisualC

    1下载:
  2. 《Visual C++实践与提高——串口通信与工程应用篇》第二版目录 第1章Visual C++集成开发环境 第2章C++语法基础 第3章C++面向对象 第4章串行通信原理与设计 4.1串行通信基本概念 4.2串行传输协议 4.3串行接口标准 4.4串口硬件设计 第5章 串口调试 第6章使用MSComm控件编程 第7章使用WinAPI串口编程 第8章多线程编程 第9章TAPI编程 第10章计算机与单片机通信 第11章计算机与PLC通信
  3. 所属分类:Windows Develop

    • 发布日期:2016-08-07
    • 文件大小:28168757
    • 提供者:康元青
  1. xiaole.doc

    0下载:
  2. 单片机的串口通信,甲乙两个串口进行通信,并有指示灯显示-Microcontroller serial communication, and B 2 serial ports to communicate, and have light displays
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:177719
    • 提供者:pipayang
  1. qtmcom_loop_onetoone

    0下载:
  2. 可实现两个串口互相通讯,界面友好,在Qt4环境下可直接运行。-realized between two serial communications, user-friendly, in Qt4 environment can be directly run
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:126901
    • 提供者:张瑞
  1. serial_communication

    0下载:
  2. 网络结合的串口通信程序源码 其中包括两部分 (服务器应用程序和客户端应用程序)-Combination of serial communication network program source code which consists of two parts (the server application and client application)
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3924141
    • 提供者:韩越
  1. adcmeter

    6下载:
  2. 基于 CS5550 工业测量仪表的设计:ADCMeter.ddb 中包含电路原理图和样品PCB图。本系统以 STC 系列 51 单片机为控制核心,使用高精度 CS5550 A/D 芯片来采集微弱的模拟信号量(如热电偶,热电阻信号量),可在线校准(零校准,满量程校准),校准数据保存到 93C46 中,作为以后 CS5550 运行的校准参数。本系统还包括两行八个数字位的数码管实时地显示采集数据,并可通过板上按键输入,进行输入信号变换的切换。另外还可增加串口通信部分,将采集的数据传输给上位机或其它控制
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-05-06
    • 文件大小:383133
    • 提供者:limei
  1. Codes

    3下载:
  2. 《圈圈教你玩USB(附盘)》附带的光盘中有USB学习板的电路图以及所有实验的完整源代码包(C/C++语言)。通过U盘、USB鼠标、USB键盘、USBMIDI键盘、USB转串口、自定义的USBHID设备和自定义的USB设备等几个具体的USB例子,一步步讲解USB设备及驱动程序和应用程序开发的详细过程和步骤。最后两章介绍USBWDM驱动开发,并给出一个简单的USB驱动和USB上层过滤驱动的实例。-"Circle teach you to play USB (attached disk)&q
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-02-27
    • 文件大小:35291431
    • 提供者:kevin
  1. wenducaiji

    0下载:
  2. 1.程序分两部分:单片机部分;PC机部分 2.sth110为温度传感器,采集到温度数据后,显示在1602显示屏上,并且通过串口传输给PC机,PC机接受并显示温度值。-1. Program in two parts: microcontroller part PC machine parts 2.sth110 as temperature sensors, temperature data collected to show the display in 1602, and transfer
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:55182
    • 提供者:王婷
  1. serial_test

    0下载:
  2. 实现串口的通讯,用两个线程:一个发送线程,一个接收线程,可以同时进行发送与接收数据。-serial test , use c language , it is contain two thread. write and read at the same time !
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:1778
    • 提供者:nizhijun
  1. HLD_Serial

    0下载:
  2. STC 12C5A系列双串口驱动,演示两个串口的驱动-STC 12C5A serial two serial port driver
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:2811
    • 提供者:张小猪
  1. serialtest

    0下载:
  2. VB环境下的串口测试程序,测试用串口链接的两台PC机是否能够实现收发数据通信,包含可执行文件-VB Serial Interface in testing procedures, test the link with the serial PC, it can be achieved both send and receive data communications, including executable files
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:25323
    • 提供者:Nancy
  1. test1

    0下载:
  2. VB环境下简单的串口测试程序,测试两台主机通过串口是否能够实现数据传送,可以传送数字、字符串及汉字。-VB environment, a simple serial test program, test whether two hosts can be achieved through the serial data transfer, can send numbers, strings and characters.
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:1834
    • 提供者:Nancy
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com